Breadth first search definition

Search

Breadth-first search

Breadth-first search logo #21000 In graph theory, breadth-first search (BFS) is a strategy for searching in a graph when search is limited to essentially two operations: (a) visit and inspect a node of a graph; (b) gain access to visit the nodes that neighbor the currently visited node. The BFS begins at a root node and inspects all the neighboring nodes. Then for each of those n...
Found on http://en.wikipedia.org/wiki/Breadth-first_search
No exact match found.